projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1a2052a
)
gtk: also recolor circle and ellipse in symbolic SVG icons.
author
Jehan
<jehan@girinstud.io>
Fri, 22 Jun 2018 22:16:39 +0000
(
00:16
+0200)
committer
Jehan
<jehan@girinstud.io>
Fri, 22 Jun 2018 22:35:17 +0000
(
00:35
+0200)
gtk/gtkicontheme.c
patch
|
blob
|
history
diff --git
a/gtk/gtkicontheme.c
b/gtk/gtkicontheme.c
index 33ef8542a9fedd9c122a8f267bb3ae0c69aac9b5..eed2c279be91bf496986911da3f43a3c493b178f 100644
(file)
--- a/
gtk/gtkicontheme.c
+++ b/
gtk/gtkicontheme.c
@@
-4283,7
+4283,7
@@
gtk_icon_info_load_symbolic_svg (GtkIconInfo *icon_info,
" width=\"", width, "\"\n"
" height=\"", height, "\">\n"
" <style type=\"text/css\">\n"
- " rect,path {\n"
+ " rect,path
,ellipse,circle
{\n"
" fill: ", css_fg," !important;\n"
" }\n"
" .warning {\n"